home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Faces of Papua New Guinea
/
Faces of Papua New Guinea by Wm. C. Clarke, Ph.D. (Wayzata Technology)(3211)(1995).bin
/
windows
/
playall2
/
00026_Script_26
< prev
next >
Wrap
Text File
|
1995-04-10
|
275b
|
14 lines
on exitFrame
global mTimeNow
put the movieTime of sprite 10 into nowT
put the duration of cast "people.mov" into doneT
if nowT < mTimeNow then
go next
else
if nowT < doneT then
go to frame 2
else
go next
end if
end if
end